From 9661835101aac9acd8e6d6ae2ed1aaf84b0175a0 Mon Sep 17 00:00:00 2001 From: "smh22@firebug.cl.cam.ac.uk" Date: Thu, 24 Nov 2005 16:32:38 +0100 Subject: [PATCH] Re-enable tools support for live migration on PAE. Signed-off-by: Steven Hand --- tools/libxc/xc_linux_save.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/libxc/xc_linux_save.c b/tools/libxc/xc_linux_save.c index 0cced84152..af2aec1fb1 100644 --- a/tools/libxc/xc_linux_save.c +++ b/tools/libxc/xc_linux_save.c @@ -727,8 +727,8 @@ int xc_linux_save(int xc_handle, int io_fd, uint32_t dom, uint32_t max_iters, /* Domain is still running at this point */ - if (live && (pt_levels != 2)) { - ERR("Live migration supported only for 32-bit non-pae"); + if (live && (pt_levels == 4)) { + ERR("Live migration not supported for 64-bit guests"); live = 0; } -- 2.30.2